home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 June (IDG) / Macworld_June_2000.iso / Serious Software / NodeSaVR 1.01 / HTML Templates / Advanced Demo / descriptions / description9.txt < prev   
Encoding:
Text File  |  2000-03-20  |  1.9 KB  |  23 lines  |  [TEXT/MOSS]

  1. quote = String.fromCharCode(34)
  2. document.write ("<form METHOD='POST' ACTION='http://cgi.idirect.com/cgi-bin/forms'>")
  3. document.write ("Located very near to the main entrance, this location is a very nice place ")
  4. document.write ("to sit and rest your weary feet after hours of pacing. <BR><BR>")
  5. document.write ("There are <b>lots</b> of other interesting nodes in this house so make sure ")
  6. document.write ("you check out all of them. ")
  7. document.write ("<center>")
  8. document.write ("<select name=" + quote + "gothere" + quote + " onChange=" + quote + "eval(this.form.gothere.options[this.form.gothere.selectedIndex].value);return false" + quote + ">")
  9. document.write ("<option value=" + quote + "#" + quote + " selected>Choose a Node!</option>")
  10. document.write ("<option value=" + quote + "parent.location.href='Node1.html'" + quote + ">Front Door</option>")
  11. document.write ("<option value=" + quote + "parent.location.href='Node2.html'" + quote + ">On Counter</option>")
  12. document.write ("<option value=" + quote + "parent.location.href='Node3.html'" + quote + ">Catwalk / Loft</option>")
  13. document.write ("<option value=" + quote + "parent.location.href='Node4.html'" + quote + ">On Couch</option>")
  14. document.write ("<option value=" + quote + "parent.location.href='Node5.html'" + quote + ">Kitchen</option>")
  15. document.write ("<option value=" + quote + "parent.location.href='Node6.html'" + quote + ">Living Room</option>")
  16. document.write ("<option value=" + quote + "parent.location.href='Node7.html'" + quote + ">Coffee Bar</option>")
  17. document.write ("<option value=" + quote + "parent.location.href='Node8.html'" + quote + ">On Chair</option>")
  18. document.write ("<option value=" + quote + "parent.location.href='Node9.html'" + quote + ">Bench Seat</option>")
  19. document.write ("<option value=" + quote + "parent.location.href='Node10.html'" + quote + ">Sink</option>")
  20. document.write ("</select>")
  21. document.write ("</center>")
  22.  
  23.